﻿# ---------------------------------------------------------------------------------------------------
# aroai_ongoing_construction is an array variable, and aroai_ongoing_constructions is a list of them.
# Search for "Cell distribution of aroai_ongoing_construction" in aroai_construction_values.txt
# ---------------------------------------------------------------------------------------------------

aroai_modified_current_ongoing_constructions_element_1 = {
    value = local_var:aroai_modified_current_ongoing_constructions_element
    subtract = {
        value = local_var:aroai_modified_current_ongoing_constructions_element
        divide = 100
        floor = yes
        multiply = 100
    }
    multiply = 100
    floor = yes
}

aroai_modified_current_ongoing_constructions_element_2 = {
    value = local_var:aroai_modified_current_ongoing_constructions_element
    subtract = {
        value = local_var:aroai_modified_current_ongoing_constructions_element
        divide = 1000000
        floor = yes
        multiply = 1000000
    }
    divide = 100
    floor = yes
}

aroai_modified_current_ongoing_constructions_element_3 = {
    value = local_var:aroai_modified_current_ongoing_constructions_element
    subtract = {
        value = local_var:aroai_modified_current_ongoing_constructions_element
        divide = 10000000
        floor = yes
        multiply = 10000000
    }
    divide = 1000000
    floor = yes
}